home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Controls / Visual Basic Controls.iso / vbcontrol / intmail2 / msaddrpe.dfm / msaddrpe.txt
Encoding:
Text File  |  1999-07-20  |  1.9 KB  |  102 lines

  1. object AddrEditDlg: TAddrEditDlg
  2.   Left = 233
  3.   Top = 126
  4.   BorderStyle = bsDialog
  5.   Caption = 'Address List Editor'
  6.   ClientHeight = 189
  7.   ClientWidth = 350
  8.   Font.Color = clWindowText
  9.   Font.Height = -11
  10.   Font.Name = 'MS Sans Serif'
  11.   Font.Style = []
  12.   OnCreate = FormCreate
  13.   OnDestroy = FormDestroy
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Bevel1: TBevel
  17.     Left = 8
  18.     Top = 8
  19.     Width = 337
  20.     Height = 145
  21.     Shape = bsFrame
  22.   end
  23.   object OKButton: TButton
  24.     Left = 112
  25.     Top = 160
  26.     Width = 75
  27.     Height = 25
  28.     Caption = 'OK'
  29.     ModalResult = 1
  30.     TabOrder = 0
  31.   end
  32.   object CancelButton: TButton
  33.     Left = 192
  34.     Top = 160
  35.     Width = 75
  36.     Height = 25
  37.     Cancel = True
  38.     Caption = 'Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 1
  41.   end
  42.   object Panel1: TPanel
  43.     Left = 16
  44.     Top = 16
  45.     Width = 249
  46.     Height = 129
  47.     BevelOuter = bvNone
  48.     TabOrder = 2
  49.     object StringGrid1: TStringGrid
  50.       Left = 0
  51.       Top = 0
  52.       Width = 249
  53.       Height = 129
  54.       Align = alClient
  55.       ColCount = 2
  56.       Ctl3D = True
  57.       DefaultColWidth = 122
  58.       DefaultRowHeight = 19
  59.       FixedCols = 0
  60.       Options = [goFixedVertLine, goFixedHorzLine, goVertLine, goHorzLine, goRangeSelect, goRowSelect]
  61.       ParentCtl3D = False
  62.       ScrollBars = ssVertical
  63.       TabOrder = 0
  64.     end
  65.   end
  66.   object EditButton: TButton
  67.     Left = 272
  68.     Top = 16
  69.     Width = 65
  70.     Height = 25
  71.     Caption = '&Edit'
  72.     TabOrder = 3
  73.     OnClick = EditButtonClick
  74.   end
  75.   object AddButton: TButton
  76.     Left = 272
  77.     Top = 48
  78.     Width = 65
  79.     Height = 25
  80.     Caption = '&Add'
  81.     TabOrder = 4
  82.     OnClick = AddButtonClick
  83.   end
  84.   object DeleteButton: TButton
  85.     Left = 272
  86.     Top = 80
  87.     Width = 65
  88.     Height = 25
  89.     Caption = '&Delete'
  90.     TabOrder = 5
  91.     OnClick = DeleteButtonClick
  92.   end
  93.   object HelpButton: TButton
  94.     Left = 272
  95.     Top = 160
  96.     Width = 75
  97.     Height = 25
  98.     Caption = '&Help'
  99.     TabOrder = 6
  100.   end
  101. end
  102.